home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / applications / 303 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: soap.news.pipex.net!pipex!usenet
  2. From: m.hendry@dial.pipex.com (Mathew Hendry)
  3. Newsgroups: comp.sys.amiga.applications
  4. Subject: Re: UNDELETE SENTRY for Amiga?
  5. Date: Mon, 8 Jan 96 16:19:56
  6. Organization: Private node.
  7. Distribution: world
  8. Message-ID: <19960108.44F2A8.F086@aj206.du.pipex.com>
  9. References: <4cn1d9$jij@news.ox.ac.uk> <1073.6580T1142T1339@raven.csrv.uidaho.edu>
  10. NNTP-Posting-Host: aj206.du.pipex.com
  11. X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
  12.  
  13. dickow (dickow@raven.csrv.uidaho.edu) wrote:
  14. : >I hate to say this, but MS-DOS 6  UNDELETE is actually pretty good.
  15. : >Specifically, the SENTRY idea is bloody excellent.  Does anyone know if
  16. : >an equivalent exists for the Amiga?
  17. : >Essentially, a background task allocates an area of the hard disk for
  18. : >deleted files and keeps them for a specified number of days before wiping
  19. : >them out.  UNDELETE can bring them back at any time.
  20. : >I know there are Mac Trashcan-style Workbench apps out there, but I'm
  21. : >looking for something that will patch AmigaDOS Delete function and sneak
  22. : >the files off to a storage area for a few days before killing them.
  23. : Is a patch really necessary? Why not use a WB MacTrash type program that
  24. : puts trashed items in Trashcan directories, then write a little DOS or
  25. : ARexx script to run at bootup or under cron to check the file dates and
  26. : really delete them from all the Trashcan drawers? This could be made safe
  27. : and transparent with just a few minutes of script writing.
  28.  
  29. This would only work on files deleted using the shell. Any program which
  30. uses OS functions to delete files (rather than using CLI commands) would
  31. continue to delete files in the original way. A patch would be needed to
  32. prevent this.
  33.  
  34. -- Mat.
  35.